Opc.Ua.Core
Create(UInt32,Exception,String,Object[]) Method



Opc.Ua Namespace > ServiceResultException Class > Create Method : Create(UInt32,Exception,String,Object[]) Method
Creates a new instance of a ServiceResultException
Syntax
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal code As UInteger, _
   ByVal e As Exception, _
   ByVal format As String, _
   ByVal ParamArray args() As Object _
) As ServiceResultException
'Usage
 
Dim code As UInteger
Dim e As Exception
Dim format As String
Dim args() As Object
Dim value As ServiceResultException
 
value = ServiceResultException.Create(code, e, format, args)
public static ServiceResultException Create( 
   uint code,
   Exception e,
   string format,
   params object[] args
)

Parameters

code
e
format
args
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServiceResultException Class
ServiceResultException Members
Overload List